projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d801ac0
)
* window.c (Fprevious_window): Typo.
author
Jim Blandy
<jimb@redhat.com>
Fri, 11 Jun 1993 11:18:37 +0000
(11:18 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Fri, 11 Jun 1993 11:18:37 +0000
(11:18 +0000)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index c9391a7503e29e0257d6fd57fc10950380e3457a..96606a8aa6d58f5526d4c4014d2dee42a15ba8e6 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-978,7
+978,7
@@
windows, eventually ending up back at the window you started with.\n\
#endif
/* If this frame has a minibuffer, find that window first,
because it is conceptually the last window in that frame. */
- tem = FRAME_MINIBUF
FER
_WINDOW (XFRAME (tem));
+ tem = FRAME_MINIBUF_WINDOW (XFRAME (tem));
if (NILP (tem))
tem = FRAME_ROOT_WINDOW (XFRAME (tem));